home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / aboutfm.dfm / aboutfm.txt next >
Text File  |  1996-09-15  |  3KB  |  153 lines

  1. object AboutBox: TAboutBox
  2.   Left = 72
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 175
  8.   ClientWidth = 429
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 198
  18.     Top = 72
  19.     Width = 120
  20.     Height = 16
  21.     Caption = 'Portions Copyright'
  22.   end
  23.   object Label3: TLabel
  24.     Left = 198
  25.     Top = 88
  26.     Width = 225
  27.     Height = 14
  28.     Caption = 'INFOPLAN (TUZFilter), Ray Konopka (RZLabel)'
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label4: TLabel
  36.     Left = 78
  37.     Top = 128
  38.     Width = 281
  39.     Height = 14
  40.     Caption = 'Mail all correspondence to Clayton Collie at 103162,1430'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsItalic]
  45.     ParentFont = False
  46.   end
  47.   object RzLabel3: TRzLabel
  48.     Left = 54
  49.     Top = 153
  50.     Width = 329
  51.     Height = 16
  52.     Caption = 'Copyright 1995, Clayton Collie All Rights Reserved'
  53.     TextStyle = tsRaised
  54.   end
  55.   object Panel2: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 429
  59.     Height = 57
  60.     Align = alTop
  61.     TabOrder = 0
  62.     object RzLabel1: TRzLabel
  63.       Left = 54
  64.       Top = 6
  65.       Width = 207
  66.       Height = 32
  67.       Caption = 'FormulaBuilder'
  68.       Font.Color = clBlack
  69.       Font.Height = -27
  70.       Font.Name = 'Arial'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object RzLabel2: TRzLabel
  75.       Left = 270
  76.       Top = 6
  77.       Width = 75
  78.       Height = 32
  79.       Caption = 'Demo'
  80.       Font.Color = clGray
  81.       Font.Height = -27
  82.       Font.Name = 'Arial'
  83.       Font.Style = [fsBold, fsItalic]
  84.       ParentFont = False
  85.     end
  86.     object Label2: TLabel
  87.       Left = 12
  88.       Top = 33
  89.       Width = 397
  90.       Height = 16
  91.       Alignment = taCenter
  92.       Caption = 'An Advanced Formula Parsing/Evaluation Engine'
  93.     end
  94.     object iconpanel: TPanel
  95.       Left = 6
  96.       Top = 4
  97.       Width = 37
  98.       Height = 33
  99.       BorderStyle = bsSingle
  100.       TabOrder = 0
  101.       object ProgramIcon: TImage
  102.         Left = 1
  103.         Top = 1
  104.         Width = 33
  105.         Height = 29
  106.         Align = alClient
  107.         AutoSize = True
  108.         Center = True
  109.         Picture.Data = {<image000.ico>}
  110.         Stretch = True
  111.         IsControl = True
  112.       end
  113.     end
  114.     object OKButton: TBitBtn
  115.       Left = 369
  116.       Top = 6
  117.       Width = 52
  118.       Height = 27
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       TabOrder = 1
  125.       Kind = bkOK
  126.       Margin = 2
  127.       Style = bsNew
  128.       Spacing = -1
  129.       IsControl = True
  130.     end
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 6
  134.     Top = 72
  135.     Width = 185
  136.     Height = 41
  137.     TabOrder = 1
  138.     object CompanyLabel: TRzLabel
  139.       Left = 7
  140.       Top = 11
  141.       Width = 172
  142.       Height = 22
  143.       Caption = 'YGB Software, Inc.'
  144.       Font.Color = clSilver
  145.       Font.Height = -19
  146.       Font.Name = 'Arial'
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.       TextStyle = tsRaised
  150.     end
  151.   end
  152. end
  153.